6adf85b8c3cce457ea243a4ee36d0ad36471d7ba,src/com/opencms/workplace/CmsAdminPicGalleries.java,CmsAdminPicGalleries,getContent,#CmsObject#String#String#Hashtable#String#,64

Before Change


        if(foldername != null) {

            // need the foldername in the session in case of an exception in the dialog
            session.putValue(C_PARA_FOLDER, foldername);
        }
        else {
            foldername = (String)session.getValue(C_PARA_FOLDER);

After Change


            }

            // need the foldername in the session in case of an exception in the dialog
            session.putValue(C_PARA_FOLDER, foldername);
        }
        else {
            foldername = (String)session.getValue(C_PARA_FOLDER);